home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8"?>
-
- <panel>
- <layout class="arrange_horizontal_attachment" alignment="right" />
- <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
- <layout class="fit_children_attachment" alignment="vertical" inset="0" />
-
-
- <widget class="action_button_blue" id="ok" text="Ok" auto_size="all">
- <!-- we need to specify that this is a dialog event (dialog_event=true) -->
- <record id="click_event">
- <flags id="event_id" value="ok" />
- <flags id="dialog_event" value="true" />
- </record>
- </widget>
-
- <widget class="action_button_blue" id="cancel" text="Cancel" auto_size="all">
- <!-- we need to specify that this is a dialog event (dialog_event=true) -->
- <record id="click_event">
- <flags id="event_id" value="cancel" />
- <flags id="dialog_event" value="true" />
- </record>
- </widget>
-
- </panel>
-
-